home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat España 23
/
Macromedia xRes Versión 2.0 completa (Spain)
/
MF 23 Gr ficos.bin
/
xRes 2.0 SE
/
Access
/
XresACCESS_SE.Dxr
/
00095_Menu 2 Items.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-04-05
|
329 b
|
18 lines
global gInvisRectCast
on mouseEnter
mouseEnter(script gInvisRectCast)
end
on mouseExit
mouseExit(script gInvisRectCast)
end
on mouseWithin
global helpDelayTicks, helpTextOn
mouseWithin(script gInvisRectCast)
if (the lastEvent > helpDelayTicks) and not helpTextOn then
showHelpText(#MainSubmenuRoll)
end if
end